3.11.26 \(\int \frac {(a+b x)^5}{(a c+b c x)^8} \, dx\) [1026]

Optimal. Leaf size=17 \[ -\frac {1}{2 b c^8 (a+b x)^2} \]

[Out]

-1/2/b/c^8/(b*x+a)^2

________________________________________________________________________________________

Rubi [A]
time = 0.00, antiderivative size = 17, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 18, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.111, Rules used = {21, 32} \begin {gather*} -\frac {1}{2 b c^8 (a+b x)^2} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(a + b*x)^5/(a*c + b*c*x)^8,x]

[Out]

-1/2*1/(b*c^8*(a + b*x)^2)

Rule 21

Int[(u_.)*((a_) + (b_.)*(v_))^(m_.)*((c_) + (d_.)*(v_))^(n_.), x_Symbol] :> Dist[(b/d)^m, Int[u*(c + d*v)^(m +
 n), x], x] /; FreeQ[{a, b, c, d, n}, x] && EqQ[b*c - a*d, 0] && IntegerQ[m] && ( !IntegerQ[n] || SimplerQ[c +
 d*x, a + b*x])

Rule 32

Int[((a_.) + (b_.)*(x_))^(m_), x_Symbol] :> Simp[(a + b*x)^(m + 1)/(b*(m + 1)), x] /; FreeQ[{a, b, m}, x] && N
eQ[m, -1]

Rubi steps

\begin {align*} \int \frac {(a+b x)^5}{(a c+b c x)^8} \, dx &=\frac {\int \frac {1}{(a+b x)^3} \, dx}{c^8}\\ &=-\frac {1}{2 b c^8 (a+b x)^2}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.00, size = 17, normalized size = 1.00 \begin {gather*} -\frac {1}{2 b c^8 (a+b x)^2} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(a + b*x)^5/(a*c + b*c*x)^8,x]

[Out]

-1/2*1/(b*c^8*(a + b*x)^2)

________________________________________________________________________________________

Mathics [A]
time = 1.80, size = 26, normalized size = 1.53 \begin {gather*} -\frac {1}{2 b c^8 \left (a^2+2 a b x+b^2 x^2\right )} \end {gather*}

Antiderivative was successfully verified.

[In]

mathics('Integrate[(a + b*x)^5/(a*c + b*c*x)^8,x]')

[Out]

-1 / (2 b c ^ 8 (a ^ 2 + 2 a b x + b ^ 2 x ^ 2))

________________________________________________________________________________________

Maple [A]
time = 0.12, size = 16, normalized size = 0.94

method result size
gosper \(-\frac {1}{2 b \,c^{8} \left (b x +a \right )^{2}}\) \(16\)
default \(-\frac {1}{2 b \,c^{8} \left (b x +a \right )^{2}}\) \(16\)
risch \(-\frac {1}{2 b \,c^{8} \left (b x +a \right )^{2}}\) \(16\)
norman \(\frac {-\frac {5 a^{3} b \,x^{2}}{c}-\frac {a^{5}}{2 b c}-\frac {b^{4} x^{5}}{2 c}-\frac {5 a \,b^{3} x^{4}}{2 c}-\frac {5 b^{2} a^{2} x^{3}}{c}-\frac {5 a^{4} x}{2 c}}{c^{7} \left (b x +a \right )^{7}}\) \(82\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((b*x+a)^5/(b*c*x+a*c)^8,x,method=_RETURNVERBOSE)

[Out]

-1/2/b/c^8/(b*x+a)^2

________________________________________________________________________________________

Maxima [B] Leaf count of result is larger than twice the leaf count of optimal. 33 vs. \(2 (15) = 30\).
time = 0.26, size = 33, normalized size = 1.94 \begin {gather*} -\frac {1}{2 \, {\left (b^{3} c^{8} x^{2} + 2 \, a b^{2} c^{8} x + a^{2} b c^{8}\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)^5/(b*c*x+a*c)^8,x, algorithm="maxima")

[Out]

-1/2/(b^3*c^8*x^2 + 2*a*b^2*c^8*x + a^2*b*c^8)

________________________________________________________________________________________

Fricas [B] Leaf count of result is larger than twice the leaf count of optimal. 33 vs. \(2 (15) = 30\).
time = 0.29, size = 33, normalized size = 1.94 \begin {gather*} -\frac {1}{2 \, {\left (b^{3} c^{8} x^{2} + 2 \, a b^{2} c^{8} x + a^{2} b c^{8}\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)^5/(b*c*x+a*c)^8,x, algorithm="fricas")

[Out]

-1/2/(b^3*c^8*x^2 + 2*a*b^2*c^8*x + a^2*b*c^8)

________________________________________________________________________________________

Sympy [B] Leaf count of result is larger than twice the leaf count of optimal. 36 vs. \(2 (15) = 30\).
time = 0.13, size = 36, normalized size = 2.12 \begin {gather*} - \frac {1}{2 a^{2} b c^{8} + 4 a b^{2} c^{8} x + 2 b^{3} c^{8} x^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)**5/(b*c*x+a*c)**8,x)

[Out]

-1/(2*a**2*b*c**8 + 4*a*b**2*c**8*x + 2*b**3*c**8*x**2)

________________________________________________________________________________________

Giac [A]
time = 0.00, size = 15, normalized size = 0.88 \begin {gather*} -\frac 1{2 b c^{8} \left (x b+a\right )^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)^5/(b*c*x+a*c)^8,x)

[Out]

-1/2/((b*x + a)^2*b*c^8)

________________________________________________________________________________________

Mupad [B]
time = 0.15, size = 35, normalized size = 2.06 \begin {gather*} -\frac {1}{2\,a^2\,b\,c^8+4\,a\,b^2\,c^8\,x+2\,b^3\,c^8\,x^2} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a + b*x)^5/(a*c + b*c*x)^8,x)

[Out]

-1/(2*a^2*b*c^8 + 2*b^3*c^8*x^2 + 4*a*b^2*c^8*x)

________________________________________________________________________________________